|
|
@@ -36,6 +36,10 @@ DATABASE_PASSWORD=""
|
36
|
36
|
|
37
|
37
|
# Outgoing email settings. To use Gmail or Google Apps, put your Google Apps domain or gmail.com
|
38
|
38
|
# as the SMTP_DOMAIN and your Gmail username and password as the SMTP_USER_NAME and SMTP_PASSWORD.
|
|
39
|
+#
|
|
40
|
+# PLEASE NOTE: In order to enable emails locally (e.g., when not in the production Rails environment),
|
|
41
|
+# you must also change config.action_mailer.perform_deliveries in config/environments/development.rb.
|
|
42
|
+
|
39
|
43
|
SMTP_DOMAIN=your-domain-here.com
|
40
|
44
|
SMTP_USER_NAME=you@gmail.com
|
41
|
45
|
SMTP_PASSWORD=somepassword
|